home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG DOS 2.0 Utilities Disk 04 (1991-12)(Memphis Amiga Group).zip / MAG DOS 2.0 Utilities Disk 04 (1991-12)(Memphis Amiga Group).adf / SysInfo / SysInfo.doc < prev    next >
Text File  |  1991-12-13  |  33KB  |  658 lines

  1.  
  2.                   SysInfo V2.51 21st Oct 1991
  3.                   ---------------------------
  4.               written in Assembler with Devpac Amiga 
  5.               --------------------------------------
  6.                 
  7. Written by      Nic Wilson                
  8.                 Nic Wilson Software
  9.                 138d South Street
  10.                 Toowoomba Queensland 4350
  11.                 
  12.                 Phone (076) 358539 A/H Voice only
  13.                       (076) 358384 W/H Fax or voice
  14.                       (076) 358522 W/H Voice only
  15.                       
  16.                 EMAIL {cbmvax|cbmehq}!cbmaus!wilson!nic@uunet.uu.net      
  17.                       
  18.         This program was written due to the lack of such a program 
  19.         on the Amiga.  It was written using HiSoft Devpac Assembler.
  20.         I have placed this program on Shareware so that it can be
  21.         used by everyone.  All code, graphics and documents remain
  22.         copyright Nic Wilson Software.
  23.         
  24.         If you like this program, then help me to help you more by
  25.         sending a small donation. Any amount will be gratefully
  26.         appreciated and in return you will be sent the latest of
  27.         this and other programs.
  28.  
  29.                       *********************************            
  30.                       IMPORTANT FOR KICKSTART 1.2 - 1.3
  31.                       *********************************
  32.         Amigas that have a maths co-processor using kickstart 1.3 or 
  33.         earlier, MUST use SetPatch 1.34 or later otherwise this program
  34.         will crash.  This program uses 68881 & 68882 instructions and a 
  35.         bug in the kernal causes a guru.  SetPatch patches this bug.  
  36.         This is not required for V2.0 users but remember that you have 
  37.         a Setpatch also now, so use it.
  38.         
  39.  
  40.         
  41.         DISTRIBUTION CONDITIONS
  42.         -----------------------
  43.         This program may be distributed freely on the condition that
  44.         no profit is gained from its distribution.  An amount of the
  45.         average retail price of a single 3.5 inch DSDD disk is allowed for
  46.         a copying fee. 
  47.         
  48.         Output results from the program may be reprinted without any
  49.         form of permission.  But please state the SysInfo Version number
  50.         used to obtain the results & give credit to the author.
  51.         
  52.         This doc file and the icons must accompany the program unmodified.
  53.         
  54.         Additional doc files of your own may accompany the program.
  55.  
  56.         Results from different Amiga configurations may be distributed
  57.         along with the SysInfo files.
  58.  
  59.         The executable is not modified in any way, except for crunching, 
  60.         or lharc'ing etc.
  61.  
  62.         Further updated versions are distributed as available and as soon 
  63.         as possible.  You can always obtain an update by modem if you wish.
  64.         
  65.         COMMERCIAL COMPANIES 
  66.         --------------------
  67.         
  68.         I would appreciate being informed that you are distributing it 
  69.         although this is not a requirement.
  70.         
  71.         If a commercial company would like all their products listed by
  72.         name and manufacturer in the 'BOARDS' function, then send me your
  73.         manufacturer number and your product numbers for each board along
  74.         with a description of what each board is, and I will add them in
  75.         to the program.  We will then return you a copy of the program
  76.         with these changes, that you can distribute with your products.
  77.         
  78.         To have your hard disk recognised as a hard disk instead of an
  79.         'other drive', all I need is the name of your device driver.
  80.        
  81. INTRODUCTION
  82. ------------        
  83.         
  84.         Sysinfo is an Amiga Sytem Information program.  It interrogates
  85.         the Amiga and determines types of hardware, software, modes,
  86.         speed etc.  Users have found it very useful for determining
  87.         correct operation of an Amiga before purchase and that the
  88.         unit actually contains hardware that they are paying for, without
  89.         having to open it up.  It is under constant revision, and these
  90.         revisions are available from myself at any time.  My goal is to
  91.         make SysInfo the most informative and accurate information program
  92.         on the Amiga.  To do this I need your input and suggestions. 
  93.         
  94.         This program is tested with the program 'Enforcer'.
  95.         
  96.         Please be patient if you are running SysInfo on a standard
  97.         Amiga as it will take a while to perform its tests.  SysInfo
  98.         really interrogates your system and has to perform many timing
  99.         loops to test ram speed, type etc.  Some other program sacrifice
  100.         accuracy by speeding the tests up, SysInfo takes time but does
  101.         an intensive test.  At times it also disables multitasking and may
  102.         blank the mouse pointer.  It will return to multitasking when
  103.         finished and the mouse pointer will return.
  104.                 
  105.         
  106. HISTORY (MOST RECENT FIRST)
  107. ---------------------------
  108. V2.51   Fixed a bug in NTSC Amiga.  Very sorry you GUYS and GALS but all
  109.         Amiga's in AUSTRALIA are PAL and I never tested the NTSC routines.
  110.         SysInfo was reporting NTSC 2MB Agnus as a 1MB Agnus.
  111.         This was a silly mistake on my part and is now fixed.
  112.  
  113. V2.50   Rearranged the screen to delete obsolete functions.  XT/AT test
  114.         and total autoconfig boards are gone as they are now handled
  115.         in the 'boards' gadget function.  Hardware Clock has been moved
  116.         to the Memory Area to create room.  CIA Test and comment fields
  117.         have been moved to this newly created area, allowing for more
  118.         fields that are speed orientated.  Due to popular demand the
  119.         IBM comparison is now back, and a new CPU MIPS and FPU MFLOPS
  120.         fields. See the main docs below for more info on these.
  121.  
  122. V2.41   Fixed a major bug in the instruction and data cache code for
  123.         68020, 030 & 040 processors.  If caches and bursts were off
  124.         when sysinfo launched it could leave them on after exit.
  125.         The MHZ speed could incorrect if caches and bursts were off.
  126.         This is now fixed and all are reset to their original condition
  127.         immediately after the MHZ test.
  128.         
  129.         Fixed a bug in the drives function that was crashing some 16 bit
  130.         Amigas.  I accidentally left a half finished new routine in the
  131.         drive type field.  This was a mistake on my part and has now been
  132.         removed.
  133.         
  134.         The mouse is now ALWAYS be blanked while frozen, and will now 
  135.         immediately return when unfrozen without requiring movement.
  136.         
  137.         The new autoconfig recognition feature has become quite 
  138.         interesting.  Some users have told me it was recognising some
  139.         boards as the wrong brand etc.  It has turned out that some
  140.         boards around seem to be using 'stolen' autoconfig roms.  I don't
  141.         suppose they knew SysInfo would come along and find them out.  I
  142.         suggest that manufacturers use SysInfo to find out if a particular
  143.         rom on a particular card needs further investigation.  
  144.  
  145. V2.40   New revolutional function added.  Within the 'Drives' function
  146.         window is a new gadget called 'SCSI'.  This displays info as
  147.         supplied from the drive itself.  It displays the actual drive
  148.         size in Megabytes.  This allows comparison of the real size and
  149.         the size it is formatted too, or the size you believe it was.
  150.         This may not work at all for some brands as they do not support
  151.         the required comands, see 'SCSI' under the 'DRIVES' function.  
  152.         
  153.         Fixed a bug that would leave multitasking off if no hardware
  154.         clock was found.
  155.         
  156.         On processors 68010 and higher, the program would hang if the
  157.         VBR register was non zero.  This is now fixed
  158.         
  159.         On 68010 processors the printing function would guru after a
  160.         few lines, I beleive this is fixed but not tested.  Please
  161.         let me know if there is further problems.
  162.  
  163. V2.39   Changed the MMU testing routine to attempt to overcome problems
  164.         on some boards.
  165.         
  166.         Changed the memory size in the memory function to reflect Meg
  167.         size instead of 'K'.
  168.         
  169.         Fixed the GVP Hard Disk being seen as Memory Board.
  170.         
  171.         Fixed a bug that crept in the last version.  An Amiga with no
  172.         true fast ram would lock up on the speed test.  This is now fixed.
  173.  
  174. V2.38   Fixed the check for Phoenix manufacturer in boards function.
  175.         
  176.         The A2500 and B2000 strings were reversed in the printing
  177.         function, now fixed.
  178.         
  179. V2.37   I think I finally fixed the bug that caused the program to sometimes
  180.         hang while printing if launched from the CLI.  
  181.         
  182.         The change to the program made in 2.35 caused the speed results 
  183.         to be skipped if printing from inside the program, this is now fixed. 
  184.         Some tidying up of the main image was also done.
  185.  
  186. V2.36   Since going to the new VBLANK timing routine, I neglected
  187.         to allow for NTSC 60hz timing, so the results were 
  188.         inaccurate.  Both PAL and NTSC timing are once again
  189.         catered for.  Addition of SupraRAM and WordSync card
  190.         recognition in the boards function (Thanx to Matt)
  191.  
  192. V2.35   Sysinfo no longer performs the speed tests immediately. Now
  193.         that there are multiple gadgets, you had to wait for the
  194.         speed loops to finish before they could be accessed.  The 
  195.         'AGAIN' gadget is now called 'SPEED', select this gadget to
  196.         perform the speed loops.  It still acts as before and will
  197.         do the speed tests as many times as you wish. See 'SPEED'
  198.         under 'FROM WORKBENCH' for more info.
  199.  
  200. V2.34   Added new 'MEMORY' function gadget. This new function gives
  201.         much more info about RAM in the system.
  202.  
  203. V2.33   Added ability for new 'BOARDS' function to recognise certain
  204.         autoconfig boards by manufacturer name and model.  This info
  205.         must be known by the program.  If unknown it will give the
  206.         numbers,  call me and tell me the numbers and what the card
  207.         is and I will add it in to the program.  The more I get the
  208.         more intelligent the program will become for all users.
  209.         
  210.         The HARD PARTITIONS count in the main window will now only
  211.         count known hard drives.  Any unknown ones will show in the
  212.         OTHERS area.  If your hard drive shows as an other, call me
  213.         and tell me the name of your device driver and I will add
  214.         it in to the program.
  215.         
  216.         Changed the speed comparison calculation for 68000 processors
  217.         to allow for no FAST RAM.  Results should be more accurate.
  218.  
  219. V2.32   Addition of new 'Boards' function that gives info on 
  220.         AutoConfig  boards found in the system.  
  221.         
  222.         Moved stuff around in main window to make way for more gadgets
  223.         to do more beaut stuff.
  224.         
  225.         Owners of Amiga's with 020 or 030's may notice that their FAST
  226.         RAM vs CHIP percentage has increased over previous versions.
  227.         This is because I quad aligned the memory test area, allowing
  228.         a 32 bit processor to access 32 bit ram faster.
  229.         
  230.         Changed the Timer routine again to use a VBLANK interuppt
  231.         server, this should improve stability even further.  It has 
  232.         improved accuracy of the 500/2000 hardware clock test.  
  233.         Added an optional heading string to the PRINT routine.
  234.  
  235.         The A3000/040 and A3000/030 strings were backwards in the
  236.         print routine.  This has now been corrected.  
  237.         
  238.         By popular demand I added a form feed at the end of printing
  239.         
  240. V2.31   Addition of new CIA timer speed accuracy test.  SEE CIA TIMER 
  241.         TEST.
  242.  
  243. V2.30   Addition of a new 'Drives' function.  See 'DRIVES GADGET' below.
  244.         Addition of new output window for the print routine, to allow
  245.         saving of output to a filename or printer etc. See 'PRINT' below
  246.  
  247. V2.22/3 Changed the timer routine to use direct hardware instead of 
  248.         calling DOS this should give much more stability.  
  249.         Using direct hardware is frowned upon, but I doubt if the
  250.         the CIA's will ever move from their current location, and I
  251.         couldn't seem to find a better way to do it.
  252.  
  253. V2.21   Added the ability to recognise a 68881 added via MathIEEE.resource
  254.         The only one I know of is the Phoenix A1000 replacement
  255.         motherboard, it allows the addition of a 68881. 
  256.         Added kickstart size to the 'KICKSTART VERSION' string.       
  257.         
  258. V2.20   Fixed a hanging Forbid if run on an A3000.
  259.         Fixed a intermittent bug that caused some programs to 'hang'
  260.         if SysInfo was launched from the CLI.
  261.         Fixed small amount (26k) of 16 bit memory showing when no 16
  262.         bit memory was installed.
  263.         
  264. V2.15   Code optimisations & improvements since updates below.
  265.         Greatly improved execution speed on non-32 bit processors.
  266.         Added the ability to differentiate between 1MB and 2MB Agnus. 
  267.  
  268. V2.14   A2620 boards with 32 bit wide ram, still intermittently being
  269.         seen as 16 bit cards.  Fine tuned routine still further.
  270.  
  271. V2.13   The program no longer reflects the Exec.library CPU and FPU type, it
  272.         tests for 68030, 68040, 68882 itself and changes the Exec
  273.         AttnFlags accordingly if incorrect. 
  274.         Agnus "mode" had been removed, and the DISPLAY field now reflects
  275.         wether Agnus is PAL or NTSC, rather than Intuition's mode.
  276.         The MHZ display now does an educated calculation of the actual 
  277.         clock speed based on test results to try and make the display
  278.         more accurate.
  279.  
  280. V2.12   GVP 32 bit ram boards in the $200000+ range were still being
  281.         seen as 16 bit boards, fine tuning of the testing routine seems
  282.         to have cured this slight problem.
  283.         GVP timings were made more accurate.  Maximum memory could also
  284.         return invalid results if you had ram boards in the $200000 area.
  285.  
  286. V2.11   Fast memory free was slightly inaccurate in V2.10, now fixed.
  287.         Added Memory Address location of Kickstart.
  288.  
  289. V2.10   By popular demand printing ability during screen display or
  290.         instead of (-p).  Better 32 bit ram testing with support for
  291.         recognising and displaying 32 bit ram boards within the 8 meg 
  292.         area ($200000-$A00000).  
  293.  
  294. V2.01   Added ability to recognise 32 bit ram and is displayed in
  295.         all areas if found. 
  296.  
  297. V2.00   Fixed 2 'enforcer' hits.  Although enforcer hits will still 
  298.         occur at memory location $2c.  This vector is temporarily modified 
  299.         in order to trap the exception when testing for a MMU.  
  300.  
  301. V1.99   Included the clock check for the A3000.
  302.  
  303. V1.98   RAMSPEED VS CHIP was incorrect and could give wrong results.  
  304.         CHIPRAM VS A3000 was totally  wrong and and results were garbage.  
  305.         Both these new routines should be much better.
  306.  
  307. USAGE   
  308. -----
  309.      FROM CLI
  310.      --------
  311.         run SysInfo <switch>
  312.                 
  313. <switch>        -p    Print info to standard redirection output
  314.                       instead of custom screen.
  315.                       EG.  SysInfo >prt: -p   (for printer)
  316.                            SysInfo -p         (for CLI window)
  317.                                 
  318.                 -t    Mainly for internal, time testing use. 
  319.                       See 'NOTE ON SPEED COMPARISONS' below.    
  320.                       The custom screen will still open to keep
  321.                       the timing accurate, but no information will
  322.                       be printed to it.  On completion the screen
  323.                       will close and the information printed on the
  324.                       CLI window or redirected output.
  325.                       
  326. NOTE    'run' should always be used from a CLI launch as the program
  327.          is much more stable and accurate.  I have no idea why, it
  328.          just is.  Anyone explain this?                   
  329.                                  
  330.      FROM WORKBENCH
  331.      --------------
  332.         Double click the SysInfo icon.  After the speed comparisons are 
  333.         complete, you will be able to access one of four gadgets in the 
  334.         bottom right of the window.  These are QUIT, DRIVES AGAIN or PRINT.  
  335.         
  336. QUIT    Does just that, exits the program completely. 
  337.  
  338. MEMORY  Is explained below
  339.  
  340. BOARDS  Is explained below. 
  341.  
  342. DRIVES  Is explained below. 
  343.  
  344. SPEED   Runs the speed comparisons and displays the result accordingly. 
  345.         This can be selected as may times as you wish so the results
  346.         can be averaged.  This now works differently than older versions
  347.         of SysInfo.  Users of standard speed Amiga's had to wait quit
  348.         a long time before the other gadgets could be accessed.  This was
  349.         a nuisance if you only required certain info.  This change has
  350.         not affected the -p function in anyway.
  351.         
  352. PRINT   Will open a window and prompt for a filename and an optional
  353.         heading string,  This heading string will be printed at the
  354.         top of the page and can have a maximum of 100 characters.
  355.         
  356.         Enter a path and filename to save to, or to choose the default 
  357.         'PRT:' for output to a printer just click the 'OK' gadget.
  358.         Printing will commence after the 'OK' gadget is clicked.
  359.  
  360. DRIVES GADGET
  361. -------------
  362.         When this gadget is clicked another window will open and display
  363.         a gadget for each floppy, hard or rad drive you have connected
  364.         to your Amiga.  In the middle of the window you will see Information
  365.         on the paticular drive that has its gadget highlighted.  To select
  366.         a particular drive, just click on its gadget.  To re-read the same
  367.         drive, click in its gadget again (useful for rereading a floppy
  368.         when the disk has been changed).
  369.     
  370.     SCSI GADGET
  371.     -----------
  372.                 NOTE This function may not work on some brands device
  373.                 ---- drivers as they may not support the required 
  374.                      commands.  If this happens you may just see an 
  375.                      error message in the window for each device it 
  376.                      found that failed to respond to the direct scsi 
  377.                      command. Each device's unit number will still be
  378.                      displayed at the start of each error string under
  379.                      the 'ID' heading.  In this case contact the  
  380.                      manufacturer of your hard disk controller and 
  381.                      enquire if they have an update that supports CBM's 
  382.                      'HD_SCSICMD' command and RigidDiskBlock structure.
  383.                      
  384.  
  385.         This gadget will be ghosted for drives that are obviously not
  386.         SCSI drives.  The SCSI function will display info on all drives
  387.         that are operated through a single device driver, do there is 
  388.         no need to click the SCSI gadget for all drives, unless some
  389.         use a different device driver name as shown in the 'drives window'.
  390.         Select one of the drives and click the SCSI gadget.  A new window
  391.         will open an attempt to read all SCSI drives on LUN (Logical Unit
  392.         Number) zero.  If valid drive is found, various information will be
  393.         displayed.  This information consists of the drive 'ID', its 'TYPE',
  394.         the 'MANUFACTURER', 'MODEL', and 'VERSION'.  Also displayed is the
  395.         number of blocks the drive has.  The drive's ACTUAL size is displayed
  396.         and if the drive supports CBM's RigidDiskBlock, the formatted size
  397.         is also displayed beside the actual size.  This allows you to see
  398.         if a larger drive than you thought you had is in the computer.  I
  399.         have seen some A2500's with a formatted size of 40MB that actually
  400.         had QUANTUM 52 Meg hard drive.  If your drive's supplier has
  401.         not followed CBM's RigidDiskBlock then the formatted size will not
  402.         be displayed, but most user already know the size they beleive is
  403.         in the system.  If these sizes are different then your hard drive
  404.         will require reformatting correctly.  If the 'ACTUAL' size is smaller
  405.         than your formatted size then you will eventually have problems so
  406.         your drive will still need formatting correctly.  
  407.           
  408.  
  409. BOARDS GADGET
  410. -------------
  411.         When this gadget is clicked another window will open and display
  412.         various information on any AutoConfig  boards found in the
  413.         system.  This information consists of the memory address of where
  414.         the board was configured, its size, and the type of board.  The
  415.         types to date, can be ZORRO II or ZORRO III, any others are
  416.         not yet defined by Commodore and will be displayed as UNDEFINED.
  417.         The boards Product number, manufactures ID and the serial
  418.         number will also be displayed.  If SysInfo recognises the 
  419.         manufacturer of the card and or the product itself it will display 
  420.         the names instead of the numbers.  Note that a standard A3000 has 
  421.         no AutoConfigure  boards as such,  its extra hardware is known 
  422.         by the special Kickstart files and its memory and hard drive are 
  423.         not AutoConfig.  A2000 users using zkick to load V2.0 will also 
  424.         notice that their memory boards will not show in the AutoConfig
  425.         list, as they were actually configured by 1.3 and zkick patches 
  426.         them in. 
  427.         
  428. MEMORY GADGET
  429. -------------
  430.         When this gadget is clicked another window will open and display
  431.         various information on any memory in the system.  The first section
  432.         displayed will be the first memory section that was configured by
  433.         the system.  At the bottom left of the display are two gadgets,
  434.         'NEXT' and 'EXIT'.  The next gadget changes the display to show the
  435.         next memory section, until no more sections are found.  At that time
  436.         the window will close and return to the next section.  The exit gadget
  437.         exits immediately to the main screen.
  438.         
  439.  
  440. SPEED COMPARISONS
  441. -----------------
  442.         THE SPEED COMPARISON CODE HAS BEEN WRITTEN TO GIVE A FAIR INDICATION
  443.         OF THE SPEED OF A PARTICULAR AMIGA.  IT USES A COMBINATION OF ALL
  444.         MOTOROLA INSTRUCTIONS TO BOTH REGISTERS AND MEMORY IN A PERCENTAGE
  445.         THAT POPULAR AMIGA PROGRAMS AND COMPILERS HAVE USED. IT LOOPS 5000
  446.         TIMES.  IT HAS BEEN CODED SO THAT IT WILL NOT ENTIRELY FIT IN CACHE
  447.         MEMORY, FORCING ACTUAL MEMORY READS.       
  448.  
  449.         The A500 STANDARD comparison is against a PAL A500 totally 
  450.         unexpanded (ie. no Fast Ram).  
  451.  
  452.         The B2000 EXTRA RAM comparison is against a PAL B2000 Rev 4.4 with
  453.         a Microbotics 8-UP Fast Ram board fitted with 80ns DRAMS. 
  454.         
  455.         The GVP A3001 comparison is against a B2000 Rev 4.4 with a GVP A3001
  456.         acellerator card, using a clock speed of 28MHZ.  All caches and 
  457.         bursts on.  The board also contained 4 megs of 32 bit wide, 80ns
  458.         nibble mode DRAM.
  459.         
  460.         The A2620 comparison is against a standard A2500 with a A2620
  461.         card running at 14.3MHZ.  All caches and bursts on.
  462.         
  463.         The A3000 25MHZ comparison is against a standard A3000/25MHZ
  464.         with 4 Megs of 1MX4 SCRAMS 80ns 32 bit wide, and 2 Megs of CHIP. 
  465.         Caches and bursts on except Data Burst (default under V2.0 V37+).   
  466.         Ramsey mode was set at default, BURST ON and STATIC COLUMN OFF.
  467.         
  468.         The A3000 with the 68040 25MHZ board from Progressive Peripherals
  469.         & Software.  Comparisons were calculated from the '-t' information 
  470.         given to me over the phone by them.  I hope to have one of these 
  471.         boards soon to do some more testing on, and I will give further 
  472.         info in later versions.  
  473.         
  474.         IBM PC/XT compares your Amiga to a standard old IBM PC, such
  475.         as Norton Utilities did.  Because the IBM world still use
  476.         this in their adverts, it allows you to compare your system
  477.         to the ones being advertised.
  478.         
  479.         CPU MIPS (Million Instructions per Second) This test calculation
  480.         has been coded from all information I have been able to find
  481.         to date.  It seems quite debatable how this is supposed to be
  482.         coded and I received different information from people.  The final
  483.         results showed boards at or around their advertised speeds, so
  484.         I was happy with the routine.  It does a very large loop performing
  485.         an instruction that takes an average number of CPU cycles, times
  486.         the loop then display the result.  I CANNOT AND DO NOT GUARANTEE
  487.         ITS ACCURACY.  Comments on this approach or a better one are most
  488.         welcome.
  489.         
  490.         FPU MFLOPS (Million Floating Operations per Second)  This test
  491.         calculation was similar to the above one, in that information
  492.         on the recognised way was very sketchy.  If an Amiga does not
  493.         have an FPU, N/A will be shown in this field as any performance
  494.         test would be meaningless.  The final code shown known boards
  495.         to be at or around thier advertised speeds.  It does a very large
  496.         loop performing an instruction that takes an average number of 
  497.         CPU cycles, times the loop then display the result.  I CANNOT 
  498.         AND DO NOT GUARANTEE ITS ACCURACY.  If anyone has a better 
  499.         routine for this I would be very interested.
  500.  
  501.  
  502. CIA TIMER TEST
  503. --------------
  504.         This is a test of the speed accuracy of the CIA (A) timer 
  505.         in the Amiga.  I have recently had enquiries by users that
  506.         their Amigas were showing very slow or very fast speeds on
  507.         SysInfo.  Investigation showed that their CIA's were very 
  508.         inaccurate for various reasons.  On normal use you may not 
  509.         even notice that there is anything wrong.  Symptoms can show
  510.         system clock running fast or slow, SysInfo type programs show
  511.         wrong results.  
  512.         A correctly working system will show 'PASSED' beside the
  513.         CIA ACCURACY string and '0' beside the TICKS PER SECOND string
  514.         else if there is a problem it will show the number of ticks per
  515.         second the inaccuracy is.  
  516.  
  517.         The most common cause I have seen for inaccuracy on a B2000 is a
  518.         noisy power supply.  This can be corrected by changing J300 jumper
  519.         (toward the rear right of the mother board (under the power supply))
  520.         to connect to the right set of the three pins.  This will change
  521.         the system tick to the VBLANK connection and correct the inaccuracy.    
  522.  
  523. FREE MEMORY
  524. -----------
  525.         This shows the amount of free memory as if the program is not
  526.         running so may not be accurate to the byte, but is a very close 
  527.         indication of the free pool.
  528.         
  529.         The TOTAL MEMORY is the total amount of memory that the Exec
  530.         memory list reports.  Tests have showed that this figure is
  531.         around 800 odd bytes short of actual.  This is because the
  532.         amount of memory that exec takes itself never gets added to
  533.         this list.
  534.         
  535.         RAM SPEED vs CHIP is a calculated performance test of your
  536.         CHIP RAM vs your PUBLIC RAM.  The result is shown as a
  537.         percentage increase in the speed of the PUBLIC RAM.  If no
  538.         FAST or SLOW ram is available then the result will be around
  539.         0%, and this figure can change depending on CHIP ram usage at
  540.         the time.  This figure cannot be used as a speed comparison
  541.         between machines.  For example the A3000 Chip ram is around
  542.         4.5 times the speed of an A2000's CHIP with a 68030 board 
  543.         installed.  Therefore the A3000's Fast ram will not show a
  544.         comparable increase to the A2000.  It was mainly designed
  545.         to test the difference between fast ram cards or chips on
  546.         the same unit.
  547.  
  548.         HARDWARE CLOCK only looks for the standard 2000, 500 or 3000
  549.         Hardware clock.  It does not look for the multitude of different
  550.         clocks that were available for the 1000.
  551.  
  552. INTERNAL HARDWARE
  553. -----------------
  554.         This shows internal harware as the program has found it.
  555.         ECS stands for ENHANCED CHIP SET.  If Agnus or Denise show
  556.         this then they are the lastest custom chips.  The number that
  557.         is shown in brackets is the actual chip number, this helps in 
  558.         physical identification of the chips.  The program is also
  559.         able to tell the difference between the 1MB & 2MB versions
  560.         of Super Agnus.  Many users have queried the possibility of
  561.         doing this and beleive I check the memory amount.  The 1MB and
  562.         the 2MB Agnus chips do not have any different signature registers
  563.         so in order to tell them apart I used a quirk of the way the 
  564.         Amiga is designed.  The 1MB Agnus only decodes the first meg
  565.         space and so the second meg space has a 'ghost' image of the 
  566.         first.  A 2MB agnus does decode the second meg space so no
  567.         ghost image is present.  SysInfo checks for this a reports
  568.         the difference.  This theory I beleive is quite sound, and was
  569.         tested on as many A3000's as I could find.  I cannot guarantee
  570.         it on all Amiga's and would be very interested to know if
  571.         it is failing on any system.
  572.         
  573.         
  574.         CPU's  68000, 68010, 68020, 68030 and 68040 are supported
  575.         and will be displayed if found.  If Exec is incorrect then
  576.         it is modified to reflect the correct hardware.
  577.         
  578.         FPU's or Floating Point Units 68881 and 68882 and internal 68040
  579.         are supported and will be displayed if found.  These chips are 
  580.         also often referred to as maths co-processors.  Wether or not you 
  581.         have one is tested by the program, and Exec changed if incorrect. 
  582.  
  583.         MMU's or Memory Management Units 68851 or the internal 68030 and
  584.         68040 are supported.  These are actually tested for as Exec does not 
  585.         carry this info.  The 68451 never became very popular so is not 
  586.         supported.
  587.  
  588.         SPEED IN MHZ is a rough indication of the clock speed.  This is
  589.         not totally accurate but is a good indication.  It at least allows
  590.         you to know wether your system is 7MHZ, 16MHZ or 25MHZ etc.
  591.         All caches, bursts and copyback modes are temporarily enabled during
  592.         the test for greater stability, but this should be transparent to
  593.         the user and they will be returned to their original state after the
  594.         tests.  Clock Speed is normally difficult to find out unless you 
  595.         take the unit apart and even then is difficult.  Fast ram must be 
  596.         available for this to be anywhere near accurate, as the timing loops 
  597.         were all based on machines with some Fast ram available.  It is 
  598.         interesting though to disable fast ram and see the performace drop
  599.         in this figure. This is not true for a 68000 based Amiga, the program
  600.         will take into account if no fast ram is available and calculate
  601.         accordingly. 
  602.         
  603.         WR.ALLOC or Write Allocation is only applicable to 68030 and 68040
  604.         processors.  This shows if it is currently enabled or disabled.
  605.         When enabled (always in an A3000) the processor updates the data
  606.         cache on cachable writes.
  607.          
  608.         COPYBACK is only applicable to the 68040.  This shows if it is
  609.         currently enabled or disabled.
  610.         
  611.         INS. CACHE or Instruction Cache is applicable to 68020, 68030 and
  612.         68040 processors.  This shows if it is currently enabled or
  613.         disabled.  This bit can be manipulated with SetCpu.  
  614.         
  615.         INS. BURST or Instruction Burst is applicable to 68020, 68030 and
  616.         68040 processors.  This shows if it is currently enabled or
  617.         disabled.  This bit can be manipulated with SetCpu.  
  618.         
  619.         DAT. CACHE or Data Cache is only applicable to 68030 and 68040
  620.         processors.  This shows if it is currently enabled or disabled.  
  621.         This bit can be manipulated with SetCpu.  
  622.         
  623.         DAT. BURST or Data Burst is only applicable to 68030 and 68040
  624.         processors.  This shows if it is currently enabled or disabled.  
  625.         This bit can be manipulated with SetCpu.  
  626.  
  627.         THINGS I WOULD LIKE TO ADD
  628.         --------------------------
  629.         
  630.         1. Ability to check Amiga model (A1000, A500, A2000)  is it possible?
  631.            It is on the A3000 because of its specific hardware.
  632.         
  633.         2. Ability to split the XT and AT bridgeboard.  Anyone
  634.            know how? Commodore used the same product numbers in the ROMS.
  635.            both are shown in 'boards' as XT.
  636.  
  637.         3. Your ideas!
  638.         
  639.         Any suggestions preferably in assembler but I can translate
  640.         C if I have to.
  641.                       
  642.                 
  643. NOTE ON SPEED COMPARISONS
  644. -------------------------
  645. If you have any of the machines listed above, or even a totally 
  646. different configuration, run the program with -t option (eg. sysinfo -t )
  647. then phone me with the resulting numbers that will be printed to the screen.
  648. My phone number or fax is at the top of this file.              
  649.                       
  650. Happy Computing
  651.  
  652. Nic Wilson
  653.  
  654. Amiga, AutoConfig and AutoCongure are TradeMarks of Commodore Business Machines.
  655.  
  656.  
  657.  
  658.